ListBox.KeyDown Event

The user has pressed the Key passed while the ListBox has the focus. Returns a Boolean.

Syntax

result = KeyDown( Key )


Parameters

Key

String

Return Value

Result

Boolean


Notes

Returning True means that no further processing is to be done with the Key.